<div class="comm-item clearfix">
<div class="comm-left">
<?if($USER_AVATAR_URL$)?>
<?if($SOC_LINK$)?><img src="$USER_AVATAR_URL$" alt="avatar" />
<?else?><img src="$USER_AVATAR_URL$" alt="avatar" /><?endif?>
<?else?><img src="/.s/img/icon/social/noavatar.png" alt="avatar" /><?endif?>
</div>
 
<div class="comm-right">
<div class="comm-top-info clearfix">
<div class="comm-info-line clearfix">
<div class="comm-id"><?if($SOC_TYPE$)?><img src="/.s/img/icon/social/16/$SOC_TYPE$.png" alt="" /><?endif?></div>
<div class="comm-author">
<?if($USERNAME$)?><a itemprop="author" itemscope itemtype="https://schema.org/Person" href="$PROFILE_URL$" class="uc-profile-link"><span itemprop="name">$USERNAME$</span></a>
<?else?>
<?if($SOC_LINK$)?><a itemprop="author" itemscope itemtype="https://schema.org/Person" rel="nofollow" href="$SOC_LINK$" class="uc-profile-link"><span itemprop="name">$NAME$</span></a>
<?else?><span itemprop="author" itemscope itemtype="https://schema.org/Person"><span itemprop="name">$NAME$</span></span><?endif?>
<?endif?>
</div>

<div class="comm-date">&#8226; $TIME$, $DATE$</div>
<div class="comm-rate">
<?if($GOOD_COMMENT_URL$)?><a href="$GOOD_COMMENT_URL$" title=" ">+</a><?else?><a href="javascript://">+</a><?endif?>
<?if($COMMENT_RATING$='0')?><a><span class="ratingzero">0</span></a><?else?><a><span>$COMMENT_RATING$</span></a><?endif?>
<?if($BAD_COMMENT_URL$)?><a href="$BAD_COMMENT_URL$">-</a><?else?><a href="javascript://">-</a><?endif?>
</div>
<?if($MODER_PANEL_RIGHT$)?>$MODER_PANEL_RIGHT$ <style>.u-mpanel.up-right { margin: -6px 0px 0px 10px !important; }</style><?endif?>
</div>
</div>

<div class="comm-text">
<div class="comm-body clearfix">
<?if($ENTRY_URL$)?><a href="$ENTRY_URL$"><h3 style="margin-bottom: 0.4em;">  </h3></a><?endif?>
$MESSAGE$
</div>
</div>

<div class="comm-bottom-info">
<ul>
<?if($ANSWER_URL$)?><li class="reply"><a href="$ANSWER_URL$"></a></li><?endif?>
</ul>
</div>

</div>
</div>